/* Section B styles only.
   Calculator checkbox-row layout starts here and is reused by B to F. */

.ui-panel-body-check .ui-row {
  display: grid;
  grid-template-columns: 24px minmax(145px, 1fr) minmax(120px, 190px) minmax(34px, auto);
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 5px 0;
  border-bottom: 1px solid rgb(215, 234, 255);
  color: rgb(0, 17, 51);
  font-size: 13px;
  font-weight: 600;
}

.ui-panel-body-check .ui-row:last-child {
  border-bottom: 0;
}

.ui-panel-body-check .ui-check {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: rgb(0, 66, 163);
}

.ui-panel-body-check .ui-check-spacer {
  display: block;
  width: 18px;
  height: 18px;
}
